home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Font / A / ASCII⁄Font DA.cpt / Ascii_Font Peek.rsrc / STR#_-16000.txt < prev   
Encoding:
Text File  |  1989-08-09  |  5.4 KB  |  181 lines

  1. NUL  or  Null
  2.  
  3.   A do-nothing char, usually referred to as media fill time or padding. It has no information value but is regarded as 'time filler' (for speed of transmission); thus it gives hardware device time to perform some operation.
  4.  
  5. SOH  or
  6. Start of Header
  7.  
  8.   Marks the beginning of the header information which may be of any length.
  9.  
  10. STX  or
  11. Start of Text
  12.  
  13.   Marks the beginning of the data (TEXT) block and thus end of the header.
  14.  
  15. ETX  or
  16. End of Text
  17.  
  18.   Marks the end of data (TEXT) block.
  19.   On Mac Enter Key.
  20.  
  21. EOT  or
  22. End of Transmission
  23.  
  24.   Marks the end of transmission; usually sent to receiver instead of SOH char.
  25.  
  26. ENQ  or  Enquiry
  27.  
  28.   Sent by one of the computers to establish communication to enquire the presence of the second computer.
  29.   In many cases used for identification or status enquiry.
  30.  
  31. ACK  or
  32. Acknowledge
  33.  
  34.   Sent after an error free reception of a message, usually a block.
  35.  
  36. BEL  or  Bell
  37.  
  38.   Signal sent to cause an attention.
  39.   May be audible, visual or of other type.
  40.  
  41. BS  or  Backspace
  42.  
  43.   Moves the cursor back on the SAME line. Thus it cannot move the cursor from the beginning to the end of the previous line.
  44.   Also used for text formatting (non-MAC) eg bold, italics etc.
  45.  
  46. HT  or
  47. Horizontal Tab
  48.  
  49.   Plain TAB character; however there is no ASCII representation for TAB spacing. On MAC this spacing info is in resource fork.
  50.  
  51. LF  or  Line Feed
  52.  
  53.   Generates printing of a new line, but does not affect the column position of the cursor only it's active position is one line down. Not used by MAC; thus must be inserted or deleted during file transmission.
  54.  
  55. VT  or  Vertical Tab
  56.  
  57.   Regarded as a 'super' line feed that allows us to jump more than one line at a time.
  58.   When agreed, it may act as a Carriage Return. (See CR).
  59.   Now not used at all; in future can be changed for a new char eg EOL.
  60.  
  61. FF  or  Form Feed
  62.  
  63.   Advances the active position to a predeterm. line on the next page. Number of lines is calculated by the device itself (printer). Printers not supporting FF must receive LFs and CRs.
  64.   Some terminals clear screens upon receiving FF.
  65.  
  66. CR  or  Carriage Return
  67.  
  68.   Advances the cursor active position to the first column of the SAME line. Used with LF to generate a new line; on Mac it acts as both LF and CR.
  69.   On some printers (not screens), CR is used for text formatting (non-MAC).
  70.  
  71. SO  or  Shift Out
  72.  
  73.   Used in conjunction with SI and ESC to activate extended char set.
  74.   SO invokes alternate char sets which may be of control, char, or graphics type. To come back use SI.
  75.   See also SI and ESC.
  76.  
  77. SI  or  Shift In
  78.  
  79.   Used in conjunction with S0 and ESC to activate extended char set.
  80.   Used after SO char to come back from the alternate char set. The use of SI and SO can be nested like FOR loops to allow the use of more char sets.
  81.  
  82. DLE  or
  83. Data Link Escape
  84.  
  85.   Signals that next characters that follow have special meaning. Thus it is used to supplement existing control characters (creates control code sequence).
  86.  
  87. DC1  or
  88. Device Control 1
  89.  
  90.   Has no ASCII meaning. Used internally by the OS most commonly as XON (or release) char. Sent by a receiver when it wishes the sender to resume. See also DC3.
  91.   On MAC it also draws command char.
  92.  
  93. DC2  or
  94. Device Control 2
  95.  
  96.   Has no ASCII meaning. Used internally by the OS eg on MAC it draws check mark char.
  97.  
  98. DC3  or
  99. Device Control 3
  100.  
  101.   Has no ASCII meaning. Used internally by the OS most commonly as XOFF (or holdoff) char. Sent by a receiver when it wishes the sender to pause in sending data. See also DC1.
  102.   On MAC it also draws diamond char.
  103.  
  104. DC4  or
  105. Device Control 4
  106.  
  107.   Has no ASCII meaning. Used internally by the OS eg on MAC it draws apple char.
  108.  
  109. NAK  or
  110. Negative Acknowledge
  111.  
  112.   Transmitted by receiver upon encountering an error in a message.
  113.  
  114. SYN  or
  115. Synchronous Idle
  116.  
  117.   Used in synchronization systems to maintain synchronization on data free lines.
  118.  
  119. ETB  or
  120. End of Trans Block
  121.  
  122.   Sent in place of ETX especially if the physical EOF is encountered before the logical EOF.
  123.  
  124. CAN  or  Cancel
  125.  
  126.   Cancels previously agreed-upon number of preceding characters.
  127.   Some OSs use it to delete partially typed commands.
  128.  
  129. EM  or
  130. End of Medium
  131.  
  132.   Indicates that the preceding character on the medium was the last usable one; not necessarily indicating exhausted medium.
  133.  
  134. SUB  or  Substitute
  135.  
  136.   Placed in the data stream in place for any erroneous char, eg using non-ASCII char ($80 - $FF) on non-MAC should produce this char, typed as mirror image of '?'.
  137.  
  138. ESC  or  Escape
  139.  
  140.   Used with SI and SO.
  141.   Used at the beginning of an Escape Sequence to signal the start of control information.
  142.   On Mac Clear Key.
  143.   See also SI and SO.
  144.  
  145. FS  or
  146. File Separator
  147.  
  148.   Used with GS, RS, US chars to introduce hierarchical order to data. They may have arbitrary meanings but hierarchical order must be maintained.
  149.   FS is the most inclusive.
  150.   On Mac Left Arrow.
  151.  
  152. GS  or
  153. Group Separator
  154.  
  155.   Used with FS, RS, US chars to introduce hierarchical order to data.
  156.   GS is the second most inclusive.
  157.   See also FS, RS, US.
  158.   On Mac Right Arrow.
  159.  
  160. RS  or
  161. Record Separator
  162.  
  163.   Used with FS, GS, US chars to introduce hierarchical order to data.
  164.  RS is the second least inclusive.
  165.   See also FS, GS, US.
  166.   On Mac Up Arrow.
  167.  
  168. US  or
  169. Unit Separator
  170.  
  171.   Used with FS, GS, RS chars to introduce hierarchical order to data.
  172.   US is the least inclusive.
  173.   See also FS, GS, RS.
  174.   On Mac Down Arrow.
  175.  
  176. DEL  or Delete
  177.  
  178.   Used to delete a character. The cursor may or may not move depending on the OS.
  179.   On some OS it may be used as NUL char for padding purposes.
  180.  
  181.